From 58496927051fc5aac63e9107fabb1752d57865dc Mon Sep 17 00:00:00 2001 From: robertl Date: Tue, 17 Aug 2010 02:40:05 +0000 Subject: [PATCH] Tweak vecs for mtk_logger to show it can read waypoints. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4012 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/mtk_logger.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gpsbabel/mtk_logger.c b/gpsbabel/mtk_logger.c index 567ed5b95..c48438337 100644 --- a/gpsbabel/mtk_logger.c +++ b/gpsbabel/mtk_logger.c @@ -1512,7 +1512,7 @@ static arglist_t mtk_fargs[] = { ff_vecs_t mtk_fvecs = { ff_type_file, - { ff_cap_none, ff_cap_read, ff_cap_none }, + { ff_cap_read, ff_cap_read, ff_cap_none }, file_init, NULL, file_deinit, @@ -1526,7 +1526,7 @@ ff_vecs_t mtk_fvecs = { ff_vecs_t mtk_m241_fvecs = { ff_type_file, - { ff_cap_none, ff_cap_read, ff_cap_none }, + { ff_cap_read, ff_cap_read, ff_cap_none }, file_init_m241, NULL, file_deinit, -- 2.30.2